.foot {
  width: 100%;
  height: 140px;
  background-color: #9e9e9e;
}
.foot .footBox {
  width: 1250px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.foot .footBox img {
  position: absolute;
  width: 191px;
  height: 39px;
  top: 33px;
  left: 72px;
  display: none;
}
.foot .footBox button {
  position: absolute;
  font-size: 1em;
  color: #ffffff;
  width: 192px;
  height: 40px;
  top: 83px;
  left: 72px;
  background-color: #e63e36;
  border-radius: 4px;
  cursor: pointer;
}
.foot .footBox button:hover {
  box-shadow: 2px 5px 8px 2px rgba(230, 62, 54, 0.5);
  cursor: pointer;
}
.foot .footBox .serviceHotline {
  position: absolute;
  top: 30px;
  left: 800px;
}
.foot .footBox .serviceHotline span {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
}
.foot .footBox .serviceHotline p {
  font-size: 14px;
  color: #fff;
}
.foot .footBox .serviceHotline p span:hover {
  color: cyan;
  cursor: pointer;
}
